https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/
整理 https://www.cs.cmu.edu/~112/schedule.html 中的 內容.
從 SWIG 到 AutoWIG, 使用者可以將既有的 C/C++ 程式庫轉成可為 Python 程式呼叫的動態連結程式庫.
也可以利用 Cython 技術提升 Python 程式效能.
SWIG 範例:
AutoWIG 介紹:
AutoWIG: Automatic Generation of Python Bindings for C++ Libraries.pdf
AutoWIG - automatic generation of python bindings for C++ libraries2.pdf
Cython 範例: